home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
4
/
DISK2247.ZIP
/
CBASE101.ZIP
/
BTREE101.ZIP
/
BTKEYCNT.C
< prev
next >
Wrap
Text File
|
1990-06-20
|
633b
|
23 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)btkeycnt.c 1.4 - 90/06/20" */
/*man---------------------------------------------------------------------------
NAME
btkeycnt - btree key count
SYNOPSIS
#include <btree.h>
unsigned long btkeycnt(btp)
btree_t *btp;
DESCRIPTION
btkeycnt returns the number of keys in btree btp. If btp does
not point to a valid open btree, the results are undefined.
btkeycnt is a macro.
------------------------------------------------------------------------------*/
/* btkeycnt is defined in btree.h. */